home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 003 / dbtree3.arc / DBTREE3.MSG < prev   
Text File  |  1986-04-13  |  2KB  |  63 lines

  1. DBTREE3.MSG   -p.o.-  Darwin BBS, 301-251-9206,   -04/13/86-
  2.  
  3. ==============================================================
  4. DBTREE version 3.0 (PC-DOS)  Copyright (c) 1985   a.j. sieker
  5.  
  6. dBase III utility program to generate a indenture tree of
  7. programs for an overall system.
  8.  
  9. DBTREE will only scan for files on the specified drive unless
  10. the (DO) filenames are preceeded with a drive spec within the
  11. dBase source (.prg) file.
  12.  
  13. Procedure files are supported.
  14.  
  15. Types of files reported are :  .prg, .frm, .fmt
  16.  
  17. A text file (DBTREE.TXT) is created to reflect the scan.
  18.  
  19. ==============================================================
  20.  
  21.   This compiled BASIC program  produces an indented list (tree-like) of all 
  22.   dBASE III  PRG, FMT   and FRM files used by a main dBASE PRG file.  
  23.   It will ask you 2 questions:
  24.     1.  The disk drive containing the main PRG file, and
  25.     2.  The name of the main PRG file
  26.  
  27.   It then shows you the indented list and writes the same information
  28.   on the file DBTREE.TXT.
  29.  
  30.   Here is a sample output:
  31. ==============================================================
  32. DBTREE utility scan
  33.  
  34. a:sbp1.PRG
  35.      .FMT (file not found)
  36.      sbp1rev.PRG
  37.           sbp1rrep.PRG (file not found)
  38.           sbp1rmm.PRG
  39.           sbp1rae.PRG
  40.                sbp1rae.FMT
  41.                .FMT (file not found)
  42.           sbp1rae.PRG
  43.                sbp1rae.FMT
  44.                .FMT (file not found)
  45.      sbp1rept.PRG
  46.           sbp1rep1.FRM
  47.           sbp1repa.FRM
  48.           sbp1repb.FRM
  49.           sbp1repe.FRM
  50.      sbp1pmm.PRG
  51.           sbp1mms.PRG
  52.           db3tmm.PRG
  53.      sbp1rmm.PRG
  54.      sbp1spro.PRG
  55.           sbp1spro.FMT
  56.           .FMT (file not found)
  57.  
  58. ==============================================================
  59.  
  60.   BUG:  The note ".FMT (file not found)" is inexplicable. Just ignore it.
  61.  
  62.  
  63.